text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

第二章:4 製作策略濾網

第二章:4 製作策略濾網

21. State

21. State

Git 介紹 + 基本指令

Git 介紹 + 基本指令


Comments